CyclicBuffer.popFront

Removes the item at the start of the buffer.

  1. void removeFront()
  2. alias popFront = removeFront
    struct CyclicBuffer(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
    alias popFront = removeFront

Meta